.w1400 {

  width: 1400px;

  margin: auto;

}

.fl{

  float: left;

}

.fr{

  float: right

}

.links {

  padding: 20px 0;

  line-height: 2;

}

.links a {

  margin-right: 1vw;

  color: #999

}

.links a:hover {

  text-decoration: underline;

}



.menu-container-mask {

  position: fixed;

  top: 0;

  left: 100%;

  width: 100vw;

  height: 100vh;

  overflow: hidden;

  z-index: 1000;

  background-color: rgba(0, 0, 0, 0.6);

  transition: 0.2s;

}

.menu-container {

  position: absolute;

  top: 0;

  right: 0;

  width: 60%;

  height: 100%;

  overflow: hidden;

  background-color: #fff;

}

.top-menu-list {

  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  transition: 0.2s;

}

.top-menu-list.active {

  transform: translateX(-100%);

}

.top-menu-list > li {

  height: 48px;

  line-height: 48px;

}

.top-menu-list > li li:first-child,

.top-menu-list > li:first-child {

  height: 45px;

}

.top-menu-list > li li:first-child > a,

.top-menu-list > li:first-child > a {

  background-color: #f7f7f7;

  height: 45px;

  color: #666;

}

.top-menu-list > li li:first-child .icon,

.top-menu-list > li:first-child .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

}

.top-menu-list > li a {

  height: 100%;

  padding: 0 16px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #666;

}

.top-menu-list > li a .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

  margin-right: 0.8rem;

}

.top-menu-list ul {

  position: absolute;

  left: 100%;

  width: 100%;

  background-color: #fff;

  top: 0;

  height: 100%;

  display: none;

}

.top-menu-list ul.active {

  display: block;

}

/*公共样式*/

.ho-img {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  min-width: auto;

  min-height: auto;

  width: 100%;

  height: 100%;

  transform: none;

  transition: transform 0.5s ease;

  object-fit: cover;

  max-height: 100%;

}

.over-pd {

  box-sizing: border-box;

}

.pd-90 {

  padding: 6rem 0;

}

.pd-60 {

  padding: 4rem 0;

}

.pd-30 {

  padding: 1.8rem 0;

}

.ho-h2 {

  font-size: 3rem;

  color: #173f90;

  margin-bottom: 1rem;

  font-weight: bold;

}

.ho-p {

  font-size: 1rem;

  color: #666;

}

.bk-f5 {

  background: #f5f5f5;

}

.bk-fff {

  background: #fff;

}

.mt-50 {

  margin-top: 50px;

}

.more {

  width: 160px;

  height: 38px;

  box-sizing: border-box;

  border: 1px #173f90 solid;

  font-size: 1rem;

  color: #173f90;

  border-radius: 4px;

  display: flex;

  justify-content: center;

  align-items: center;

}

/*首页banner*/

.home-banner img {

  width: 100%;

  display: block;

}

.home-banner .index-pagination span {

  border: 1px #fff solid;

  background: transparent;

  opacity: 1;

}

.home-banner .index-pagination .swiper-pagination-bullet-active {

  background: #fff;

}

/*首页关于我们*/

.home-about .module {

  background: url(../images/map.png) no-repeat;

  background-position: center;

}

.home-about a {

  font-size: 1rem;

  color: #666;

}

.home-about a:hover {

  color: #173f90;

}

.home-about ul li {

  padding: 0 2rem;

  border-left: 1px #d4d7e6 solid;

}

.home-about ul li:first-child {

  padding-left: 0;

  border-left: none;

}

.home-about ul li span,

.home-about ul li i {

  font-size: 3rem;

  color: #173f90;

  font-weight: bold;

}

.home-about ul li b {

  font-size: 1rem;

  color: #666;

  margin-left: 6px;

}

.home-about ul li p {

  font-size: 1rem;

  color: #999;

}

.home-about .content p {

  font-size: 1rem;

  color: #666;

  line-height: 1.7rem;

  margin-bottom: 1rem;

}

.home-about .content p:last-child {

  margin-bottom: 0;

}

.home-product form {

  margin-top: 2rem;

  background: #fff;

  border: 1px #e7e7e7 solid;

  display: flex;

}

.home-product form input {

  border: none;

  height: 50px;

  flex: 1;

  font-size: 1rem;

  color: #666;

  line-height: 50px;

}

.home-product form .sub {

  height: 50px;

  width: 50px;

  display: flex;

  justify-content: center;

  align-items: center;

  border: none;

  background: none;

}

.home-product form .sub .icon {

  width: 20px;

  height: 20px;

  fill: currentColor;

  overflow: hidden;

  color: #c6c6c6;

}

.home-product .nav-son {

  margin: 2rem 0;

}

.home-product .nav-son a {

  padding: 4px;

  margin: 0 4px;

  position: relative;

  font-size: 1rem;

  color: #666;

}

.home-product .nav-son a::before {

  content: '';

  position: absolute;

  left: 0;

  height: 1px;

  width: 0;

  bottom: 0;

  background: #173f90;

  overflow: hidden;

  transition: width 0.5s;

}

.home-product .nav-son a:hover {

  color: #173f90;

}

.home-product .nav-son a:hover::before {

  width: 100%;

}

.home-product ul li {

  padding-right: calc(var(--bs-gutter-x)/3);

  padding-left: calc(var(--bs-gutter-x)/3);

}

.home-product ul li .item .img {

  transition: transform 0.5s;

  background: #fff;

  height: 14rem;

  display: flex;

  justify-content: center;

  align-items: center;

}

.home-product ul li .item .img img {

  max-width: 90%;

  max-height: 90%;

}

.home-product ul li .item h4 {

  margin: 1rem 0;

  font-size: 1rem;

  color: #666;

}

.home-product ul li:hover .img {

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  -webkit-transform: translate3d(0, -2px, 0);

  transform: translate3d(0, -2px, 0);

}

.home-product ul li:hover h4 {

  color: #173f90;

}

.home-product .more {

  width: 202px;

  height: 42px;

  margin: 3rem auto 0;

}

.home-product .more:hover {

  background: #173f90;

  color: #fff;

}

.home-adv {

  position: relative;

  height: 423px;

  background: url(../images/adv-bg.jpg);

  background-size: cover;

  margin-bottom: 120px;

  padding-bottom: 0;

}

.home-adv h2 {

  color: #fff;

}

.home-adv .ho-p {

  color: rgba(255, 255, 255, 0.8);

}

.home-adv .item {

  background: #fff;

  border-radius: 4px;

  padding: 3rem;

  box-shadow: 0px 5px 10px 0px #eee;

}

.home-adv .item .icon {

  width: 56px;

  height: 56px;

  fill: currentColor;

  overflow: hidden;

  color: #173f90;

}

.home-adv .item h4 {

  font-size: 1.5rem;

  color: #173f90;

  margin: 1rem 0;

}

.home-adv .item p {

  font-size: 1rem;

  color: #666;

  text-align: center;

}

.home-adv ul {

  position: absolute;

  left: 0;

  right: 0;

  bottom: -120px;

}

.home-client .client-container {

  padding: 2rem 0 3rem;

}

.home-client .client-container ul li {

  height: 5.12rem;

  border: 1px #ebebeb solid;

  display: flex;

  justify-content: center;

  align-items: center;

}

.home-client .client-container ul li img {

  max-width: 90%;

  max-height: 90%;

}

.home-client .client-container .client-pagination {

  bottom: 0;

}

.home-client .client-container .client-pagination .swiper-pagination-bullet-active {

  background: #173f90;

}

.home-honor {

  flex-wrap: wrap;

}

.home-honor .left {

  width: 50%;

}

.home-honor .left .text {

  background: #173f90;

  padding: 4.5rem 0 4.5rem 4.5rem;

}

.home-honor .left .text h3 {

  font-size: 1.8rem;

  color: #fff;

}

.home-honor .left .text h5 {

  font-size: 1.2rem;

  color: #fff;

  margin: 1rem 0 2.2rem;

}

.home-honor .left .text p {

  font-size: 1rem;

  color: rgba(255, 255, 255, 0.5);

  line-height: 1.6rem;

  width: 80%;

}

.home-honor .left .text .more {

  border: 1px #fff solid;

  color: #fff;

  margin-top: 4rem;

}

.home-honor .left .text .more:hover {

  background: #fff;

  color: #173f90;

}

.home-honor .left ul {

  width: 120%;

}

.home-honor .left ul li {

  width: 50%;

}

.home-honor .right {

  width: 50%;

  position: relative;

}

.home-honor ul {

  z-index: 2;

  position: relative;

}

.home-honor ul li {

  padding: 3.2rem 4rem;

}

.home-honor ul li:first-child {

  background: #e7e9f1;

}

.home-honor ul li:last-child {

  background: #fff;

}

.home-honor ul li .t .icon {

  width: 46px;

  height: 46px;

  fill: currentColor;

  overflow: hidden;

  color: #173f90;

}

.home-honor ul li .t h3 {

  font-size: 1.8rem;

  color: #173f90;

  margin: 1.8rem 0 2.2rem;

}

.home-honor ul li .b {

  display: flex;

}

.home-honor ul li .b div {

  width: 50%;

}

.home-honor ul li .b h4 {

  font-size: 1.2rem;

  color: #173f90;

}

.home-honor ul li .b h4 i {

  font-size: 3.75rem;

  color: #173f90;

  font-weight: bold;

}

.home-honor ul li .b p {

  font-size: 1rem;

  color: #666;

}

.home-customize .title h2 {

  margin-bottom: 0;

  line-height: 3rem;

  margin-right: 18px;

  padding-right: 18px;

  border-right: 1px #cccccc solid;

}

.home-customize .title p {

  font-size: 1.2rem;

  color: #666;

  line-height: 1.6rem;

}

.home-customize .title .more {

  background: #173f90;

  color: #fff;

}

.home-customize .title .more:hover {

  background: #fff;

  color: #173f90;

}

.home-customize ul {

  margin-top: 3rem;

  border-bottom: 1px #ccc solid;

  border-top: 1px #ccc solid;

  padding: 0 1rem;

}

.home-customize ul li {

  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 3rem 0;

  position: relative;

}

.home-customize ul li h3 {

  font-size: 2.25rem;

  color: #173f90;

  line-height: 2.25rem;

}

.home-customize ul li span {

  width: 10px;

  height: 1px;

  background: #000;

  margin: 1rem 0;

}

.home-customize ul li p {

  font-size: 1.2rem;

  color: #666;

}

.home-customize ul li::before {

  content: '';

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 12px;

  display: flex;

  justify-content: center;

  background: url(../images/line-top.png) no-repeat;

  background-position-x: center;

}

.home-customize ul li::after {

  content: '';

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  height: 12px;

  display: flex;

  justify-content: center;

  background: url(../images/line-bottom.png) no-repeat;

  background-position-x: center;

}

.home-customize ul .icon {

  width: 18px;

  height: 18px;

  fill: currentColor;

  overflow: hidden;

  color: #ddd;

}

.home-news {

  padding-top: 0;

}

.home-news .title {

  margin: 1.8rem 0;

}

.home-news .title h3 {

  font-size: 1.5rem;

  color: #173f90;

}

.home-news .title a {

  font-size: 1rem;

  color: #999;

}

.home-news .title a:hover {

  color: #173f90;

}

.home-news .img {

  padding-bottom: 0.6rem;

}

.home-news .img img {

  width: 100%;

  display: block;

}

.home-news .news ul li {

  line-height: 1.4rem;

  margin-top: 1rem;

}

.home-news .news ul li p {

  font-size: 1rem;

  color: #666;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  display: -webkit-box;

  white-space: normal;

  overflow: hidden;

  flex: 1;

}

.home-news .news ul li span {

  font-size: 0.8rem;

  color: #999;

}

.home-news .news ul li a:hover p {

  color: #173f90;

}

.home-news .faq ul {

  background: #eeeff4;

  padding: 2rem 1.4rem;

}

.home-news .faq ul li {

  padding: 1rem 0;

  border-bottom: 1px #d4d4d9 dashed;

}

.home-news .faq ul li span {

  border: 1px #858585 solid;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 14px;

  color: #858585;

  width: 22px;

  height: 22px;

  border-radius: 50%;

  margin-right: 1rem;

}

.home-news .faq ul li p {

  font-size: 1rem;

  color: #666;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  display: -webkit-box;

  white-space: normal;

  overflow: hidden;

  flex: 1;

}

.home-news .faq ul li a:hover p {

  color: #173f90;

}

.page-nav .row > div,

.page-nav ul {

  padding: 0;

}

.page-nav .page-nav-list {

  white-space: nowrap;

  overflow-x: auto;

}

.page-nav .category ul {

  display: flex;

  margin-bottom: 0;

  flex-direction: row!important;

  overflow-x: auto;

  white-space: nowrap;

  overflow-y: hidden;

}

.page-nav .category ul li {

  position: relative;

  margin-right: 1.25rem;

}

.page-nav .category ul li a {

  padding: 1.25rem 1.625rem;

  font-size: 16px;

  color: #666;

}

.page-nav .category ul li:hover,

.page-nav .category ul li.active {

  background: #173f90;

}

.page-nav .category ul li:hover > a,

.page-nav .category ul li.active > a {

  color: #FFF;

}

.page-nav .breadcrumb-item + .breadcrumb-item::before {

  content: var(--bs-breadcrumb-divider, ">");

}

.page-nav .breadcrumb {

  margin-bottom: 0rem;

}

.page-nav .breadcrumb-item + .breadcrumb-item::before {

  content: var(--bs-breadcrumb-divider, ">");

}

.page-nav .breadcrumb-item a {

  color: #666;

  font-size: 14px;

}

.page-nav .breadcrumb-item a:hover {

  color: #173f90;

}

.about .content p {

  font-size: 1rem;

  color: #666;

  line-height: 1.5rem;

}

.about .content img {

  max-width: 100%;

}

.course ul {

  clear: both;

  overflow: hidden;

  position: relative;

}

.course ul::before {

  content: '';

  position: absolute;

  left: 50%;

  right: 50%;

  top: 0;

  width: 1px;

  height: 100%;

  background: #cecece;

}

.course ul li {

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-direction: row-reverse;

}

.course ul li:nth-child(2n) {

  flex-direction: row;

  margin-top: 6rem;

}

.course ul li:nth-child(2n) span {

  margin-left: 0;

  margin-right: 0.34rem;

}

.course ul li:nth-child(2n) h2 {

  width: 100%;

  text-align: left;

}

.course ul li:nth-child(2n) p {

  text-align: left;

}

.course ul li span {

  width: 2rem;

  height: 1px;

  background: #cecece;

  margin-left: 0.34rem;

}

.course ul li > div {

  border: 1px #cecece solid;

  padding: 2rem;

  box-sizing: border-box;

  flex: 1;

  position: relative;

  overflow: hidden;

  min-height: 4rem;

  display: flex;

  flex-direction: column;

  justify-content: center;

  background: #fff;

}

.course ul li > div div {

  position: relative;

  font-size: 1rem;

  line-height: 2rem;

}

.course ul li > div p {

  color: #666;

  font-size: 1rem;

  line-height: 2rem;

  text-align: right;

  position: relative;

  z-index: 10;

}

.course ul li h2 {

  color: #1e4ba0;

  font-size: 3rem;

  position: relative;

  margin-left: auto;

  text-align: right;

  width: 100%;

  margin-bottom: 1rem;

}

.team-list ul li .img {

  height: 18.75rem;

  overflow: hidden;

  position: relative;

}

.team-list ul li h3 {

  font-size: 1rem;

  color: #666;

  line-height: 3rem;

  text-align: center;

}

.team-list ul li:hover img {

  transform: scale(1.1);

}

.factory ul li .img {

  height: 18.75rem;

  overflow: hidden;

  position: relative;

}

.factory ul li h3 {

  font-size: 1rem;

  color: #666;

  line-height: 3rem;

  text-align: center;

}

.factory ul li:hover img {

  transform: scale(1.1);

}

.client-list ul li .img {

  height: 10rem;

  background: #fff;

  overflow: hidden;

  position: relative;

  border: 1px #efefef solid;

  transition: transform 0.5s;

  display: flex;

  justify-content: center;

  align-items: center;

}

.client-list ul li .img img {

  max-width: 90%;

  max-height: 90%;

}

.client-list ul li h3 {

  font-size: 1rem;

  color: #666;

  line-height: 3rem;

  text-align: center;

}

.client-list ul li:hover .img {

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  -webkit-transform: translate3d(0, -2px, 0);

  transform: translate3d(0, -2px, 0);

}

.honor-list ul li .img {

  height: 20.25rem;

  background: #fff;

  overflow: hidden;

  position: relative;

  border: 1px #efefef solid;

  transition: transform 0.5s;

  display: flex;

  justify-content: center;

  align-items: center;

}

.honor-list ul li .img img {

  max-width: 90%;

  max-height: 90%;

}

.honor-list ul li h3 {

  font-size: 1rem;

  color: #666;

  line-height: 3rem;

  text-align: center;

}

.honor-list ul li:hover .img {

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  -webkit-transform: translate3d(0, -2px, 0);

  transform: translate3d(0, -2px, 0);

}

.searchlist-input-container {

  width: 100%;

  border: 1px #ccc solid;

  background: #fff;

  border-radius: 6px;

  overflow: hidden;

}

.searchlist-input-container .key {

  flex: 1;

  height: 40px;

  line-height: 40px;

  border: none;

  color: #999;

  font-size: 16px;

}

.searchlist-input-container .sub {

  border: none;

  padding: 0 1rem;

  background: #173f90;

  color: #fff;

}

.searchlist-input-container .sub:hover {

  color: rgba(255, 255, 255, 0.8);

}

.page-product {

  background: #f5f5f5;

}

.page-product .container-fluid ol {

  height: auto;

  margin-bottom: 0;

}

.page-product .container-fluid ol li {

  color: #666;

  font-size: 14px;

}

.page-product .container-fluid ol a {

  color: #666;

  font-size: 14px;

}

.page-product .container-fluid ol a:hover {

  color: #173f90;

}

.page-product .container-fluid .breadcrumb-item + .breadcrumb-item::before {

  content: var(--bs-breadcrumb-divider, ">");

}

.page-product .container-fluid .icon-menu {

  width: 20px;

  height: 20px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

}

.page-product .container-fluid .row .search {

  width: 100%;

  background-color: #FFF;

}

.page-product .container-fluid .row .search .search-container {

  display: flex;

  height: 2.25rem;

  line-height: 2.25rem;

  border: 1px solid #d9d9d9;

  position: relative;

  padding: 0 0 0 0.5rem;

}

.page-product .container-fluid .row .search .search-container input {

  background-color: transparent;

  color: #979797;

  font-size: 0.875rem;

  height: 100%;

  margin: 0;

  padding: 0;

  flex: 1;

  border: none;

}

.page-product .container-fluid .row .search .search-container .sub {

  width: 2.25rem;

  height: 2.25rem;

  border: none;

  background: none;

  display: flex;

  justify-content: center;

  align-items: center;

}

.page-product .container-fluid .row .search .search-container .sub .icon {

  width: 16px;

  height: 16px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

}

.page-product .page-product-wrap.page-product-detail-wrap {

  padding: 1.25rem 0;

}

.page-product .page-product-wrap .menu-list {

  width: 248px;

}

.page-product .page-product-wrap .menu-list .menu-list-title {

  background-color: #173f90;

  color: #fff;

  padding: 1rem 0 1rem 1.25rem;

}

.page-product .page-product-wrap .menu-list .menu-list-title h2 {

  font-size: 1.5rem;

  margin-bottom: 0;

}

.page-product .page-product-wrap .menu-list .menu-list-title span {

  opacity: 0.5;

}

.page-product .page-product-wrap .menu-list .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

}

.page-product .page-product-wrap .menu-list ul {

  background-color: #fff;

  padding: 0 1.25rem;

}

.page-product .page-product-wrap .menu-list ul li {

  margin: 0;

  padding: 0;

}

.page-product .page-product-wrap .menu-list ol {

  display: none;

  border-bottom: 1px solid #d9d9d9;

  padding-left: 18px;

}

.page-product .page-product-wrap .menu-list ol .pro-catname-son{

  padding:6px 0 10px 8px;

}

.page-product .page-product-wrap .menu-list ol .pro-catname-son a{

  display: block;

  line-height: 24px;

  font-size: 14px;

}

.page-product .page-product-wrap .menu-list ol .pro-catname-son a.active{

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .item.active > a {

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .item.active > a:hover {

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .item.active .icon {

  transform: rotate(90deg);

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .item.active ol {

  display: block;

}

.page-product .page-product-wrap .menu-list .item:last-child > a {

  border-bottom: transparent;

}

.page-product .page-product-wrap .menu-list .item > a {

  cursor: pointer;

  display: flex;

  color: #595959;

  padding-left: 10px;

  height: 56px;

  line-height: 56px;

  border-bottom: 1px solid #d9d9d9;

}

.page-product .page-product-wrap .menu-list .item > a:hover {

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .cell {

  padding-left: 0;

}

.page-product .page-product-wrap .menu-list .cell > a {

  display: block;

  color: #595959;

  padding: 6px 0;

}

.page-product .page-product-wrap .menu-list .cell > a.active,

.page-product .page-product-wrap .menu-list .cell > a:hover {

  color: #173f90;

}

.page-product .page-product-wrap .tel-contaioner {

  background: #FFF;

  width: 248px;

  padding: 1.625rem;

}

.page-product .page-product-wrap .tel-contaioner .icon {

  width: 20px;

  height: 20px;

  fill: currentColor;

  overflow: hidden;

  color: #173f90;

}

.page-product .page-product-wrap .tel-contaioner .text p {

  margin: 0;

  padding: 0;

  color: #999;

  font-size: 0.875rem;

}

.page-product .page-product-wrap .tel-contaioner .text .tel {

  color: #173f90;

  font-size: 1rem;

}

.page-product .page-product-wrap .tel-contaioner .more {

  background: #173f90;

  color: #fff;

  margin-left: 20px;

}

.page-product .page-product-wrap .tel-contaioner .icon-kefu {

  color: transparent;

}

.page-product .page-product-wrap .float-end {

  width: 100%;

  margin-left: 1.25rem !important;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div {

  padding: 0 0.625rem;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div > a {

  display: inline-block;

  height: 100%;

  width: 100%;

  transition: all 0.3s ease-out;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div > a:hover .item-pic {

  z-index: 2;

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  -webkit-transform: translate3d(0, -2px, 0);

  transform: translate3d(0, -8px, 0);

}

.page-product .page-product-wrap .float-end .container-fluid .row > div > a:hover h3 {

  color: #173f90;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div .item {

  cursor: pointer;

  overflow: hidden;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div .item .item-pic {

  height: 20rem;

  background: url('../images/probj.jpg') no-repeat center;
  background-size: 100% 100%;
  transition: transform 0.5s;

  display: flex;

  justify-content: center;

  align-items: center;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div .item .item-pic img {

   width: 100%;

  height: 100%;
  object-fit: cover;
}

.page-product .page-product-wrap .float-end .container-fluid .row > div .item h3 {

  margin: 1rem 0;

  font-size: 1rem;

  color: #666;

  text-align: center;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}

.page-product .page-product-header {

  background-color: #FFF;

}

.offcanvas-end {

  width: 60%;

  overflow: hidden;

}

/* ***********产品中心-详情 start************** */

.product-detail-section1 {

  background-color: #fff;

}

.product-detail-section1 .container-fluid .row .left {

  padding-right: 3.75rem !important;

}

.product-detail-section1 .container-fluid .row .big-img {

  width: 100%;

  height: 500px;

  border: 1px solid #d9d9d9;

  line-height: 496px;

  text-align: center;

}

.product-detail-section1 .container-fluid .row .big-img img {

  max-width: 96%;

  max-height: 96%;

  vertical-align: middle;

}

.product-detail-section1 .container-fluid .row .small-imgs {

  margin-top: 1.25rem;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn {

  float: left;

  margin-right: 10px;

  height: 80px;

  width: 20px;

  line-height: 80px;

  text-align: center;

  cursor: pointer;

  font-weight: 600;

  display: flex;

  align-items: center;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn:hover,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn:hover {

  color: #173f90;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn.disabled,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn.disabled {

  cursor: no-drop;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn .icon-box,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn .icon-box {

  height: 20px;

  width: 20px;

  line-height: 20px;

  background: #c5c5c5;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn .icon-box .icon,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn .icon-box .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #fff;

}

.product-detail-section1 .container-fluid .row .small-imgs .right-btn {

  margin-right: 0;

}

.product-detail-section1 .container-fluid .row .img-list-container {

  width: 87%;

  float: left;

  overflow: hidden;

  margin-right: 10px;

}

.product-detail-section1 .container-fluid .row .img-list-container ul {

  width: 1000px;

  position: relative;

  left: 0;

}

.product-detail-section1 .container-fluid .row .img-list-container .img {

  width: 76px;

  height: 76px;

  line-height: 68px;

  text-align: center;

  border: 1px solid #d9d9d9;

  float: left;

  margin-right: 10px;

  cursor: pointer;

}

.product-detail-section1 .container-fluid .row .img-list-container .img img {

  max-width: 100%;

  max-height: 100%;

  vertical-align: middle;

}

.product-detail-section1 .container-fluid .row .right {

  float: left;

}

.product-detail-section1 .container-fluid .row .right h2 {

  height: 65px;

  line-height: 65px;

  font-size: 24px;

  border-bottom: 1px solid #173f90;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  margin-bottom: 8px;

}

.product-detail-section1 .container-fluid .row .right .btns {

  vertical-align: top;

}

.product-detail-section1 .container-fluid .row .right .btn-1 {

  height: 36px;

  line-height: 36px;

  margin-right: 10px;

  vertical-align: top;

  border-radius: 4px;

  border: 1px #173f90 solid;

  background: #173f90;

  color: #ffff;

}

.product-detail-section1 .container-fluid .row .right .btn-1 .icon {

  width: 16px;

  height: 16px;

  fill: currentColor;

  overflow: hidden;

  color: #fff;

}

.product-detail-section1 .container-fluid .row .right .product-describe {

  min-height: 380px;

  color: #595959;

  border: none;

  width: 100%;

  line-height: 2.2;

  font-size: 0.875rem;

  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';

}

.product-detail-section1 .container-fluid .row .right .product-describe p {

  margin: 0;

}

.product-detail-section1 .smPrductThumb .swiper-slide a {

  height: 25rem;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px #d9d9d9 solid;

}

.product-detail-section1 .smPrductThumb .swiper-slide a img {

  max-width: 90%;

  max-height: 90%;

}

div.zoomDiv {

  z-index: 999;

  position: absolute;

  top: 0px;

  left: 0px;

  width: 200px;

  height: 200px;

  background: #ffffff;

  border: 1px solid #cccccc;

  display: none;

  text-align: center;

  overflow: hidden;

}

div.zoomMask {

  position: absolute;

  background: url('../images/mask.png') repeat scroll 0 0 transparent;

  cursor: move;

  z-index: 1;

}

.product-detail-section2 .product-detail-container {

  /* height: 100%; */
  /* min-height: 500px; */
  background-color: #fff;

}

.product-detail-section2 .product-detail-html {

  padding: 30px 40px;

  line-height: 1.5;

  color: #595959;

  font-size: 16px;

  display: none;

}

.product-detail-section2 .product-detail-html img {

  max-width: 100% !important;

  height: auto !important;

}

.product-detail-section2 .product-detail-html p {

  padding: 0px;

  margin: 0px;

}

.product-detail-section2 .product-detail-html.detail-html {

  display: block;
  min-height: 420px;

}

/* inline-menu-list start*/

.inline-menu-list {

  height: 72px;

  line-height: 71px;

  border-bottom: 1px solid #d9d9d9;

  padding-left: 40px;

}

.inline-menu-list .inline-menu-list-item {

  display: inline-block;

  padding: 0 10px;

  margin-right: 20px;

  font-size: 16px;

}

.inline-menu-list .inline-menu-list-item.active,

.inline-menu-list .inline-menu-list-item:hover {

  color: #173f90;

  border-bottom: 1px solid #173f90;

}

/* inline-menu-list end*/

/* ***********产品中心-详情 end************** */

.news-list .content {

  padding: 0 1rem;

}

.news-list ul {

  padding: 0px;

}

.news-list ul li {

  overflow: hidden;

  background-color: #fff;

  border-bottom: solid 1px #d9d9d9;

}

.news-list ul li a {

  margin: 1.875rem 0;

}

.news-list ul li:last-child {

  border: none;

}

.news-list ul li .pic {

  width: 300px;

  height: 200px;

  margin-right: 2.875rem;

  line-height: 200px;

}

.news-list ul li .pic img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.news-list ul li .news-container {

  transition: all 0.5s;

  display: flex;

  flex-direction: column;

  flex: 1;

}

.news-list ul li .news-container h3 {

  font-size: 1.125rem;

  color: #333;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  display: -webkit-box;

  white-space: normal;

  overflow: hidden;

  margin-bottom: 1.25rem;

}

.news-list ul li .news-container .desc {

  font-size: 0.875rem;

  line-height: 1.5rem;

  color: #999;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  display: -webkit-box;

  white-space: normal;

  overflow: hidden;

}

.news-list ul li .news-container .bottom {

  margin-top: auto;

  font-size: 0.875rem;

  color: #666;

  display: flex;

}

.news-list ul li .news-container .bottom span {

  display: flex;

  align-items: center;

}

.news-list ul li .news-container .bottom span .icon {

  font-size: 1.4375rem;

}

.news-list ul li .news-container .bottom span:last-child {

  display: none;

}

.news-list ul li:hover .news-container {

  transform: translateX(10px);

}

.news-list ul li:hover h3 {

  color: #173f90;

}

.news-list ul li .times {

  width: 15.75rem;

  font-size: 1rem;

  text-align: right;

  color: #999;

}

.news-list ul li .times p {

  font-size: 1.875rem;

  margin: 0;

}

.bread-crumbs .breadcrumb {

  margin-bottom: 0rem;

}

.bread-crumbs .breadcrumb-item + .breadcrumb-item::before {

  content: var(--bs-breadcrumb-divider, ">");

}

.bread-crumbs .breadcrumb-item a {

  color: #666;

  font-size: 14px;

}

.bread-crumbs .breadcrumb-item a:hover {

  color: #173f90;

}

.bread-crumbs li:last-child a {

  color: #173f90;

}

.news-detail {

  background-color: #f5f5f5;

  padding-bottom: 3rem;

}

.news-detail .content-box {

  background-color: #FFF;

  padding: 2.75rem 2.25rem;

}

.news-detail .content-box .title {

  border-bottom: 1px solid #f5f5f5;

}

.news-detail .content-box .title h1 {

  font-size: 1.5rem;

  margin-bottom: 2.25rem;

}

.news-detail .content-box .title p {

  color: #d9d9d9;

  font-size: 0.875rem;

  display: flex;

  justify-content: center;

  margin-bottom: 1rem;

}

.news-detail .content-box .title p span {

  margin-left: 2.5rem;

  display: flex;

  align-items: center;

}

.news-detail .content-box .title p .icon {

  font-size: 1.4375rem;

  margin-right: 2px;

}

.news-detail .content-box .content {

  padding: 2.5rem 0;

}

.news-detail .content-box .content img {

  max-width: 100%;

}

.news-detail .content-box .news-detail-footer {

  padding-top: 1.5rem;

  border-top: 1px solid #f5f5f5;

}

.news-detail .content-box .news-detail-footer p {

  line-height: 2rem;

  font-size: 0.8rem;

  color: #666;

}

.news-detail .content-box .news-detail-footer p span {

  font-size: 0.8rem;

  color: #666;

}

.news-detail .content-box .news-detail-footer p a {

  font-size: 0.8rem;

  color: #666;

}

.news-detail .content-box .news-detail-footer p a:hover {

  color: #173f90;

}

.news-detail .related {

  background-color: #FFF;

  padding: 1.5rem 1.25rem;

}

.news-detail .related h4 {

  font-size: 1.25rem;

  font-weight: normal;

}

.news-detail .related h4 span {

  z-index: 11;

  padding-bottom: 1rem;

  display: inline-table;

  text-align: justify;

  position: relative;

}

.news-detail .related a .figure-caption {

  color: #525252;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  display: -webkit-box;

  white-space: normal;

  overflow: hidden;

}

.news-detail .related a img {

  width: 100%;

}

.news-detail .related a:hover .figure .figure-caption {

  color: #173f90 !important;

}

.news-detail .news {

  background-color: #FFF;

  padding: 1.5rem 1.25rem;

}

.news-detail .news h4 {

  font-size: 1.25rem;

  font-weight: normal;

}

.news-detail .news h4 span {

  z-index: 11;

  padding-bottom: 1rem;

  display: inline-table;

  text-align: justify;

  position: relative;

}

.news-detail .news a {

  font-size: 0.875rem !important;

}

.news-detail .news a img {

  max-width: 7.5rem;

}

.news-detail .news a:hover {

  color: #173f90 !important;

}

.news-detail .news a .flex-grow-1 {

  color: #525252 !important;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  display: -webkit-box;

  white-space: normal;

  overflow: hidden;

}

.contact-section1 {

  background: #FFF;

  padding: 1.75rem 1.875rem 1.875rem;

}

.contact-section1 .contact-tel .container-fluid .row {

  border-bottom: 1px solid #d9d9d9;

  padding-bottom: 3.125rem;

}

.contact-section1 .contact-tel .container-fluid .row > div .item {

  border-right: 1px solid #d9d9d9;

  text-align: center;

}

.contact-section1 .contact-tel .container-fluid .row > div .item .icon-box {

  color: #898989;

  margin-bottom: 1.875rem;

}

.contact-section1 .contact-tel .container-fluid .row > div .item .icon-box .icon {

  width: 30px;

  height: 30px;

  fill: currentColor;

  overflow: hidden;

  color: #173f90;

}

.contact-section1 .contact-tel .container-fluid .row > div .item .icon-box p {

  margin: 1rem 0 0;

  font-size: 0.875rem;

}

.contact-section1 .contact-tel .container-fluid .row > div .item h5 {

  font-size: 1.5rem;

}

.contact-section1 .contact-tel .container-fluid .row > div:last-child .item {

  border-right: none;

}

.contact-section1 .contact-tel .container-fluid .row > div:last-child .item h5 {

  font-size: 1rem;

  line-height: 1.4;

  text-align: left

}

.contact-message {

  margin-top: 3.75rem;

}

.contact-message h2 {

  font-size: 1.5rem;

}

.contact-message .form {

  margin-top: 1.875rem;

}

.contact-message .form .row > * {

  padding-right: 0.3125rem;

  padding-left: 0.3125rem;

}

.contact-message .form div.error {

  margin-bottom: 20px;

}

.contact-message .form span.error {

  color: #c4121f;

}

.contact-message .form .input {

  position: relative;

  background-color: #fff;

  margin-bottom: 0.625rem;

}

.contact-message .form .input input {

  border: 1px solid #d9d9d9;

  position: relative;

  z-index: 0;

  background-color: transparent;

  height: 100%;

  line-height: 50px;

  width: 100%;

  padding: 1rem;

  font-size: 0.875rem;

  color: #999 !important;

}

.contact-message .form .input input:focus {

  border-color: rgba(39, 54, 132, 0.8);

}

.contact-message .form textarea {

  border: 1px solid #d9d9d9;

  width: 100%;

  height: 180px;

  padding: 1rem;

  font-size: 0.875rem;

  color: #999 !important;

}

.contact-message .form textarea:focus {

  border-color: rgba(39, 54, 132, 0.8);

}

.contact-message .form .btn-1 {

  height: 50px;

  line-height: 50px;

  font-size: 18px;

  width: 242px;

  margin-top: 30px;

  border: none;

  background: #173f90;

  color: #fff;

}

.contact-message .form .btn-1:hover {

  color: rgba(255, 255, 255, 0.8);

}

#map {

  width: 54%;

  /* width: 100%; */

  height: 31.25rem;

  /* margin-top: 3.75rem; */

}

#map .BMap_mask {

  background: rgba(0, 0, 0, 0.3);

}





.ho-a span {

  font-size: 16px;

  color: #173f90;

}

.ho-a .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #173f90;

}

.ho-a::before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: auto;

  right: 0;

  background: #173f90;

  width: 0;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  z-index: -1;

}

.ho-a:hover::before {

  width: 100%;

  right: auto;

  left: 0;

}

.ho-a:hover span,

.ho-a:hover .icon {

  color: #fff;

}



@media all and (max-width: 1600px) {

  .home-honor ul li {

    padding: 2rem 3rem;

  }

}

@media all and (max-width: 1480px) {

  .w1400 {

    width: 90%;

  }

  .home-honor ul li {

    padding: 2rem 3rem;

  }

  .home-honor ul li .t h3 {

    margin: 1rem 0;

    font-size: 1.4rem;

  }

  .home-honor ul li .b h4 i {

    font-size: 3rem;

  }

  .home-honor ul li .t .icon {

    width: 36px;

    height: 36px;

  }

  .ho-h2 {

    font-size: 2.6rem;

  }

}

@media all and (max-width: 1400px) {

  .home-honor ul {

    width: 100%;

    margin: 0;

  }

}

@media all and (max-width: 1200px) {

  .ho-h2 {

    font-size: 2.4rem;

  }

  .pd-60 {

    padding: 3.4rem 0;

  }

  .news-list ul li .times {

    width: 10rem;

  }

}

@media all and (max-width: 992px) {

  .w1400 {

    width: 96%;

  }

  .home-adv {

    height: auto;

    margin-bottom: 0;

  }

  .home-adv ul {

    position: relative;

    bottom: 0;

    margin-top: 2rem;

  }

  .home-adv ul li {

    margin-bottom: 1.4rem;

  }

  .home-adv ul li .item {

    box-shadow: none;

  }

  .ho-h2 {

    font-size: 2rem;

  }

  .home-honor {

    flex-wrap: wrap;

  }

  .home-honor .left {

    width: 100%;

  }

  .home-honor .right {

    display: none;

  }

  .pd-60 {

    padding: 3rem 0;

  }

  .page-product .page-product-wrap .float-end {

    margin-left: 0 !important;

  }

  .product-detail-section1 .container-fluid .row .left {

    padding-right: 0 !important;

  }

  .product-detail-section2 .product-detail-html {

    padding: 1rem;

  }

  .contact-section1 {

    padding: 0rem 0.875rem;

  }

  .contact-section1 .contact-tel .container-fluid .row {

    border: 1px solid #ececec;

    padding: 0;

  }

  .contact-section1 .contact-tel .container-fluid .row > div .item {

    border-right: none;

    padding: 1.25rem;

    text-align: center;

    border-bottom: 1px solid #ececec;

  }

  .contact-section1 .contact-tel .container-fluid .row > div .item .icon-box {

    color: #898989;

    display: flex !important;

    align-items: center;

    margin-bottom: 0.625rem;

  }

  .contact-section1 .contact-tel .container-fluid .row > div .item .icon-box .icon {

    font-size: 1.5rem;

    margin-right: 0.6rem;

  }

  .contact-section1 .contact-tel .container-fluid .row > div .item .icon-box p {

    margin: 0;

    font-size: 0.875rem;

  }

  .contact-section1 .contact-tel .container-fluid .row > div .item h5 {

    font-size: 1.5rem;

  }

  .contact-section1 .contact-tel .container-fluid .row > div:last-child .item {

    border-bottom: none;

  }

  .contact-section1 .contact-tel .container-fluid .row > div:last-child .item h5 {

    font-size: 1rem;

  }

  .contact-message {

    padding-left: 0;

    padding-right: 0;

  }

  .page-nav .w1400 {

    width: 100%;

  }

  .news-list ul li .times {

    width: 5.625rem;

  }

  .home-honor ul li:first-child {

    background: #fff;

  }

  .home-honor ul li:last-child {

    background: #e7e9f1;

  }

}

@media all and (max-width: 768px) {

  .ho-h2 {

    font-size: 1.8rem;

  }

  .pd-60 {

    padding: 2.4rem 0;

  }

  .course ul::before {

    background: none;

  }

  .course ul li {

    background: #fff;

    margin-top: 2rem !important;

    border: 1px #cecece solid;

  }

  .course ul li h2 {

    font-size: 2rem;

  }

  .course ul li > div {

    border: none;

  }

  .course ul li > span {

    display: none;

  }

  .page-nav .category ul li a {

    padding: 0.8rem 0.6rem;

    font-size: 16px;

    color: #666;

  }

  .product-detail-section1 .container-fluid .btns {

    flex-direction: column;

  }

  .product-detail-section1 .container-fluid .btns .btn-1 {

    width: 100%;

    margin: 10px 0;

  }

  .product-detail-section1 .container-fluid .btns a {

    width: 100%;

  }

  .news-list ul li a {

    margin: 1.25rem 0;

  }

  .news-list ul li .pic {

    display: none;

  }

  .news-list ul li .news-container {

    margin-left: 0;

  }

  .news-list ul li .times {

    display: none;

  }

  .news-list ul li .news-container .bottom span:last-child {

    margin-right: auto;

    display: block;

  }

  .news-list ul li .news-container .bottom span:first-child {

    order: 1;

  }

  .news-list ul li .news-container h3,

  .news-list ul li .news-container .desc {

    margin-bottom: 0.75rem;

  }

  .home-honor .left .text {

    padding: 2rem;

  }

  .home-honor .left .text .more {

    margin-top: 2rem;

  }

  .home-honor .left .text p {

    width: 100%;

  }

  .home-news .title {

    margin: 1rem 0;

  }

  .home-honor ul li .b h4 i {

    font-size: 2rem;

  }

  .home-honor ul li .t h3 {

    font-size: 1.2rem;

  }

  .home-honor .left .text h3 {

    font-size: 1.4rem;

  }

  .pd-30 {

    padding: 1.5rem 0;

  }

}

@media all and (max-width: 576px) {

  .ho-h2 {

    font-size: 1.4rem;

  }

  .ho-p {

    font-size: 0.8rem;

  }

  .pd-60 {

    padding: 2rem 0;

  }

  .news-detail {

    padding-bottom: 2rem;

  }

  .news-detail .content-box {

    padding: 1.25rem 1.25rem 0;

  }

  .news-detail .content-box .title h1 {

    font-size: 1.125rem;

    margin-bottom: 0.75rem;

  }

  .news-detail .content-box .title p span {

    margin-left: 0.625rem;

  }

  .news-detail .content-box .content {

    padding: 1rem 0;

  }

  .news-detail .related {

    border-top: 1px solid #f5f5f5;

  }

  .news-detail .content-box .news-detail-footer p:last-child {

    margin-bottom: 0px !important;

  }

  .contact-section1 .contact-tel .container-fluid .row > div .item .icon-box {

    margin-bottom: 0px;

  }

  .contact-section1 .contact-tel .container-fluid .row > div .item h5 {

    font-size: 1.125rem;

  }

  #map {

    height: 18.75rem;

  }

  .contact-message .form .btn-1 {

    margin: 1.25rem 0 0.625rem;

  }

  .home-product .more {

    margin: 1.2rem auto 0;

  }

  .home-news .title h3 {

    font-size: 1.2rem;

  }

  .client-list ul li .img {

    height: 7rem;

  }

  .pd-30 {

    padding: 1.2rem 0;

  }

}





.contact-page .contact-1{

  display: flex;

  justify-content: space-between;

  padding: 10px;

  background: #fff;

}

.contact-page .contact-1 .left{

  flex: 1;

  padding: 26px 0rem 0;

  padding-right: 1.1rem;

  background: #fff;

}

.contact-page .contact-1 .left h2{

  color: #333;

  font-size: 24px;

  padding-bottom: 18px;

  /* padding-left: 18px; */

  border-bottom: 1px #cecece solid;

  margin-bottom: 18px;

}

.contact-page .contact-1 .contact-content{

  padding: 0 18px;

  color: #666;

  font-size: 16px;

  line-height: 30px;

}



.contact-page .contact-1 a {

  margin: 20px 0 0;

}

.contact-page .contact-1 a:hover{

  color: rgba(255, 255, 255, 0.7);

}

.contact-page .contact-1 .map{

  width: 48%;

  height: 480px;

}
.aboutProudct{
  width: 248px;
  margin-top: 18px;
}
.aboutProudct .img{
  background: #fff;
}
.aboutProudct .menu-list-title{
  background-color: #173f90;
  color: #fff;
  padding: 1rem 0 1rem 1.25rem;
  margin-bottom: 10px;
}
.aboutProudct li h6{
  text-align: center;
  line-height: 42px;
}
.aboutProudctwarp{
  display: none
}
.aboutProudctwarp .menu-list-title{
  height: 72px;
  line-height: 63px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 40px;
  /* margin-bottom: 20px; */
  border-top: 8px solid #f5f5f5;
}
.aboutProudctwarp .menu-list-title h2{
  display: inline-block;
  padding: 0 10px;
  margin-right: 20px;
  font-size: 16px;
  color: #173f90;
  border-bottom: 1px solid #173f90;
}
.aboutProudctwarp ul{
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutProudctwarp ul li{
  width: 49%;
  text-align: center;
}
.aboutProudctwarp ul li h6{
  line-height: 32px;
}


.product-detail-footer {

  /* padding-top: 1.5rem; */
  padding: 20px 40px 1.5rem;
  border-top: 1px solid #f5f5f5;

}

.product-detail-footer p {

  line-height: 2rem;

  font-size: 0.8rem;

  color: #666;

}

.product-detail-footer p span {

  font-size: 0.8rem;

  color: #666;

}

.product-detail-footer p a {

  font-size: 0.8rem;

  color: #666;

}

.news-detail .content-box .news-detail-footer p a:hover {

  color: #173f90;

}
@media (max-width: 992px){
  .aboutProudctwarp{
    display: block;
  }
  .product-detail-footer{
    padding: 1rem;
  }
    .contact-page .contact-1{
      display: block
  }
    #map{
        width: 100% !important;
        margin-top: 16px;
    }
}

@media (max-width: 750px){
  .aboutProudctwarp ul li{
    width: 100%;
  }
}
